Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates osctrl to support osquery version 5.21.0, replacing the previous version 5.20.0 throughout the codebase. The update is comprehensive and includes version references in configuration files, build scripts, CI/CD workflows, tests, and documentation. The corresponding osquery schema file (5.21.0.json) already exists in the repository at deploy/osquery/data/5.21.0.json.
Changes:
- Updated osquery version constant from 5.20.0 to 5.21.0 across all configuration files, scripts, and code
- Updated test assertions to validate the new version
- Updated documentation examples to reflect the new version
Reviewed changes
Copilot reviewed 16 out of 17 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pkg/version/version.go | Updated OsqueryVersion constant to 5.21.0 |
| pkg/version/version_test.go | Updated test assertion to expect 5.21.0 |
| tools/fake_news_go/fake_news.go | Updated osquery version list for node simulation |
| deploy/config/tls.yml | Updated version and tablesFile path to 5.21.0.json |
| deploy/config/api.yml | Updated version and tablesFile path to 5.21.0.json |
| deploy/config/admin.yml | Updated version and tablesFile path to 5.21.0.json |
| deploy/docker/dockerfiles/Dockerfile-osquery | Updated default OSQUERY_VERSION ARG to 5.21.0 |
| deploy/provision.sh | Updated OSQUERY_VERSION variable to 5.21.0 |
| deploy/cicd/deb/generate-deb-package.sh | Updated default OSQUERY_VERSION to 5.21.0 |
| tools/build-osctrl-deb.sh | Updated example command to use 5.21.0 package names |
| tools/build-osctrl-pkg.sh | Updated example command to use 5.21.0 package names |
| tools/README.md | Updated documentation examples to reference 5.21.0 |
| .env.example | Updated OSQUERY_VERSION environment variable to 5.21.0 |
| .github/workflows/create_tagged_releases.yml | Updated OSQUERY_VERSION environment variable to 5.21.0 |
| .github/workflows/build_and_test_pr.yml | Updated OSQUERY_VERSION environment variable to 5.21.0 |
| .github/workflows/build_and_test_main_merge.yml | Updated OSQUERY_VERSION environment variable to 5.21.0 |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Support for the latest osquery release
5.21.0